CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - Csharp socket client

搜索资源列表

  1. TongbuSocket

    0下载:
  2. 同步套接字客户端.rar 使用Csharp的同步套接子演示收发数据, 可以发现与VC++的网络编程有很大不同, 这里使用的是Csharp的库,非常好用-synchronization socket client. Rar Csharp use of sub-synchronous sutured demonstration TX data VC can be found with the network programming can be very different, here is the
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:7220
    • 提供者:孙攀
  1. PPCSocket

    0下载:
  2. Windows Mobile的简单IM程序(Socket via C sharp) 发一个Csharp socket的Demo, 其中client是WM Pocket PC ,server端是PC机的程序
  3. 所属分类:C#编程

    • 发布日期:2008-10-13
    • 文件大小:22549
    • 提供者:宋义
  1. qq_client

    1下载:
  2. wince中用c#编写的仿qq的客户端,可以实现与pc机下的客户端进行通讯,基于socket-wince with the preparation of the c# client qq imitation can be achieved with under machine pc client communications, based on the socket
  3. 所属分类:CSharp

    • 发布日期:2016-06-22
    • 文件大小:38984
    • 提供者:smc
  1. Socket_CHAT

    0下载:
  2. C#.Net程序设计之Socket篇的编程实例,实例是一个网络聊天室,分服务端和客户端。实例运行于VS2008,附有讲解教程,详细讲解一些Socket编程的必要知识以及本实例的实现过程,对C#开发的朋友是个福音。 -C#. Net Programming Socket Part of the programming examples, examples are a network of chat rooms, sub-service client and the client. Instan
  3. 所属分类:CSharp

    • 发布日期:2017-05-02
    • 文件大小:835069
    • 提供者:wu
  1. P2P--chat

    0下载:
  2. 这是一个winForm的socket程序,可以实现点对点的一个聊天功能,包括服务端和一个客户端,使用简单方便,而且包含源代码-This is a WinForm program the socket, you can achieve a point-to-point chat functions, including service client and a client, the use of simple and convenient, but also contains the sourc
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:627346
    • 提供者:xiezhilong
  1. Csharp_Socket_Client

    0下载:
  2. 使用c# 开发的socket 程序 ,client端,使用者可输入server ip与port 即可进行资料传送。-C# use socket program development, client-side, users can enter your server ip and port for data transfer.
  3. 所属分类:CSharp

    • 发布日期:2017-04-08
    • 文件大小:38478
    • 提供者:Peng W.T
  1. MailSend

    0下载:
  2. CSharp实现的基于SMTP协议和socket编程的邮件发送客户端-CSharp achieved SMTP protocol and socket-based programming of the e-mail client
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-29
    • 文件大小:25957
    • 提供者:xlj
  1. 2.0

    0下载:
  2. 支持多线程的socket C# ,包括exe文件 先运行server,输入ip端口号,再运行 client,输入server IP 端口号-socket program ,C# ,multi threads
  3. 所属分类:xml-soap-webservice

    • 发布日期:2017-04-08
    • 文件大小:9169
    • 提供者:zhejiang
  1. SocketSample

    0下载:
  2. 一个利用C#编写的Socket通信实例,包含服务器端可客户端源代码。-One written in C# using an instance of Socket Communications, including server-side to client-side source code.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-04-01
    • 文件大小:91026
    • 提供者:唐风
  1. CSHARPSOCKET

    0下载:
  2. C#实现多线程网络通讯 整个系统由三个核心线程组成,并由.NET线程池统一管理: 侦听客户端连接请求线程:ListenClientRequest(),循环侦听客户端连接请求。如果有,检测该客户端IP,看是否是同一观测设备,然后建立一个客户端TSession对象,并通过Socket异步调用方法BeginReceive()接收数据包、EndReceive()处理数据包 数据包处理线程:HandleDatagrams(),循环检测数据包队列_datagramQueue,完成数据包解析、判
  3. 所属分类:Sniffer Package capture

    • 发布日期:2017-03-23
    • 文件大小:9951
    • 提供者:鸣鸣
  1. socketclient

    0下载:
  2. connect betaween socket and client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-04
    • 文件大小:38401
    • 提供者:pokamom
  1. Tcp

    1下载:
  2. 这是个基于C#语言实现的Socket通讯,分客户端和服务器端,能进行TCP通讯-This is based on C# language of the Socket Communications, sub-client and server side, capable of TCP communication
  3. 所属分类:TCP/IP Stack

    • 发布日期:2017-03-30
    • 文件大小:82001
    • 提供者:徐康
  1. Socket-Programming-in-CSharp

    0下载:
  2. The Program Socket Programming is used a starter for those who wants to write C# Codes using Net Sockets. It lets you to use Socket Connections with other Systems. The Server Waits for the Connection and gives a Warm Welcome Message to the User
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-27
    • 文件大小:1060
    • 提供者:Majid
  1. socket_chat

    0下载:
  2. socket chat網路聊天室,包含client與server-socket chat
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-01
    • 文件大小:110598
    • 提供者:linting
  1. CSharp-socket

    0下载:
  2. 是一种用socket编写的简单聊天室,包括服务器和客户端,给定ip 就可实现简单聊天-A socket to write a simple chat rooms, including server and client, given ip can implement simple chat
  3. 所属分类:CSharp

    • 发布日期:2017-11-07
    • 文件大小:1712068
    • 提供者:云龙
  1. CSharp--socket-

    0下载:
  2. C# socket 异步通信 客户端 服务器-C# socket asynchronous client-server communication
  3. 所属分类:CSharp

    • 发布日期:2016-01-22
    • 文件大小:18432
    • 提供者:liutong
  1. cSharp-Socket

    0下载:
  2. 基于TCP/IP的局域网通信(客户端/服务器模式),Socket的应用-the communication between the client and the server based on TCP/IP
  3. 所属分类:CSharp

    • 发布日期:2017-04-05
    • 文件大小:66595
    • 提供者:康曦
  1. c# ChatLan with TCP/IP socket

    1下载:
  2. [CSharp] TCP/IP socket client
  3. 所属分类:C#编程

    • 发布日期:2016-02-25
    • 文件大小:68854
    • 提供者:c4r3m91
  1. CSharp-SOCKET(clientaserver)

    0下载:
  2. 基于socket的C#客户端服务器通信程序-C# socket-based client-server communication program
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-05-04
    • 文件大小:177405
    • 提供者:张文博
  1. SocketCSharp

    0下载:
  2. 使用C#Socket的编程写的 有Client和Server的一个聊天程序,还搭载一个抽奖程序(The use of C#Socket programming written with Client and Server chat program, also equipped with a lottery program)
  3. 所属分类:C#编程

    • 发布日期:2018-01-05
    • 文件大小:143360
    • 提供者:leroy2
« 1 2 34 »
搜珍网 www.dssz.com